From 1a569d4400f436f7e1a22b9f6afebe99fa2e3869 Mon Sep 17 00:00:00 2001 From: Daniel Sabo Date: Thu, 30 Jan 2014 23:47:48 -0800 Subject: [PATCH] Remove old references to introspection --- babl/.gitignore | 3 --- babl/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/babl/.gitignore b/babl/.gitignore index 42ebfdb..ce809f6 100644 --- a/babl/.gitignore +++ b/babl/.gitignore @@ -2,9 +2,6 @@ /*.lo /.deps /.libs -/Babl-0.1.gir -/Babl-0.1.typelib -/*.vapi /Makefile /Makefile.in /babl-version.h diff --git a/babl/Makefile.am b/babl/Makefile.am index a25e104..81f284a 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -89,5 +89,5 @@ libbabl_@BABL_API_VERSION@_la_LDFLAGS= \ ${no_undefined} $(MATH_LIB) \ -version-info $(BABL_LIBRARY_VERSION) -EXTRA_DIST = $(gir_DATA) -CLEANFILES = $(gir_DATA) $(typelibs_DATA) $(vapi_DATA) +# EXTRA_DIST = +# CLEANFILES = -- 2.30.2